home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-exit.dcr / 00038_quitlogos_L3.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  230 b   |  17 lines

  1. on mouseUp
  2.   global wWizard
  3.   puppetSound(1, "Clicker")
  4.   window("WizardPopup").forget()
  5.   wWizard = window("WizardPopup")
  6.   wWizard.visible = 1
  7.   open(wWizard)
  8. end
  9.  
  10. on mouseEnter
  11.   cursor(280)
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(-1)
  16. end
  17.